home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / netz / amyboard / amiga / config.h < prev    next >
Text File  |  1995-08-12  |  2KB  |  112 lines

  1. /* config.h.in.  Generated automatically from configure.in by autoheader.  */
  2.  
  3. /* Define if you have <sys/wait.h> that is POSIX.1 compatible.  */
  4. #undef HAVE_SYS_WAIT_H
  5.  
  6. /* Define if you need to in order for stat and other things to work.  */
  7. #undef _POSIX_SOURCE
  8.  
  9. /* Define as the return type of signal handlers (int or void).  */
  10. #if defined(_DCC)
  11. #define RETSIGTYPE __sigfunc
  12. #elif defined(__GNUC__)
  13. #define RETSIGTYPE void
  14. #elif defined(__SASC)
  15. #define RETSIGTYPE void
  16. #endif
  17.  
  18. /* Define if you have the ANSI C header files.  */
  19. #define STDC_HEADERS 1
  20.  
  21. /* Define if you can safely include both <sys/time.h> and <time.h>.  */
  22. #define TIME_WITH_SYS_TIME 1
  23.  
  24. /* Define if lex declares yytext as a char * by default, not a char[].  */
  25. #define YYTEXT_POINTER
  26.  
  27. #define FIRST_PTY_LETTER 'p'
  28.  
  29. #define HAVE_FCNTL_H 1
  30.  
  31. #define HAVE_GETHOSTNAME 0
  32.  
  33. #define HAVE_GETTIMEOFDAY 1
  34.  
  35. #define HAVE_RANDOM 1
  36.  
  37. #define HAVE_SYS_SOCKET_H 0
  38.  
  39. #undef IBMRTAIX
  40.  
  41. #define LAST_PTY_LETTER 'q'
  42.  
  43. #define PATCHLEVEL "0"
  44.  
  45. #define PRODUCT "xboard"
  46.  
  47. #define PTY_ITERATION
  48.  
  49. #define PTY_NAME_SPRINTF
  50.  
  51. #define PTY_TTY_NAME_SPRINTF
  52.  
  53. #define REMOTE_SHELL "rsh"
  54.  
  55. #undef RTU
  56.  
  57. #undef UNIPLUS
  58.  
  59. #define USE_PTYS 0
  60.  
  61. #define VERSION "x.y"
  62.  
  63. #undef X_WCHAR
  64.  
  65. #undef ZIPPY
  66.  
  67. /* Define if you have the _getpty function.  */
  68. #undef HAVE__GETPTY
  69.  
  70. /* Define if you have the ftime function.  */
  71. #undef HAVE_FTIME
  72.  
  73. /* Define if you have the grantpt function.  */
  74. #undef HAVE_GRANTPT
  75.  
  76. /* Define if you have the rand48 function.  */
  77. #undef HAVE_RAND48
  78.  
  79. /* Define if you have the sysinfo function.  */
  80. #undef HAVE_SYSINFO
  81.  
  82. /* Define if you have the <lan/socket.h> header file.  */
  83. #undef HAVE_LAN_SOCKET_H
  84.  
  85. /* Define if you have the <string.h> header file.  */
  86. #define HAVE_STRING_H 1
  87.  
  88. /* Define if you have the <stropts.h> header file.  */
  89. #undef HAVE_STROPTS_H
  90.  
  91. /* Define if you have the <sys/fcntl.h> header file.  */
  92. #undef HAVE_SYS_FCNTL_H
  93.  
  94. /* Define if you have the <sys/systeminfo.h> header file.  */
  95. #undef HAVE_SYS_SYSTEMINFO_H
  96.  
  97. /* Define if you have the <sys/time.h> header file.  */
  98. #undef HAVE_SYS_TIME_H
  99.  
  100. /* Define if you have the <unistd.h> header file.  */
  101. #if defined(_DCC)
  102. #undef HAVE_UNISTD_H
  103. #else
  104. #define HAVE_UNISTD_H 1
  105. #endif
  106.  
  107. /* Define if you have the i library (-li).  */
  108. #undef HAVE_LIBI
  109.  
  110. /* Define if you have the seq library (-lseq).  */
  111. #undef HAVE_LIBSEQ
  112.